home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Miami / MiamiSDK / netinclude / clib / miamibpf_protos.h < prev    next >
C/C++ Source or Header  |  1997-12-04  |  742b  |  25 lines

  1. #ifndef  CLIB_MIAMIBPF_PROTOS_H
  2. #define  CLIB_MIAMIBPF_PROTOS_H
  3.  
  4. /*
  5. **    $VER: miamibpf_protos.h 1.1 (10.07.97)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1997 Nordic Global Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. void MiamiBPFInit(struct Library *,struct Library *);
  14. unsigned long MiamiBPFOpen(struct TagItem *);
  15. void MiamiBPFClose(unsigned long);
  16. long MiamiBPFRead(unsigned long,unsigned char *,unsigned long);
  17. unsigned long MiamiBPFSignalmask(unsigned long);
  18. long MiamiBPFIoctl(unsigned long,unsigned long,unsigned char *);
  19. void MiamiBPFSetAbortmask(unsigned long,unsigned long);
  20. unsigned long MiamiBPFFilter(void *,unsigned char *,unsigned long,char);
  21.  
  22. #define MIAMIBPFNAME "Miami:Libs/miamibpf.library"
  23.  
  24. #endif
  25.